5e30f0189372ebc41c01059b6616f6be8789e1dd,portal-web/test/com/liferay/portalweb/portlet/pollsdisplay/question/selectquestionmultiple/SelectQuestion3Test.java,SelectQuestion3Test,testSelectQuestion3,#,24

Before Change


		selenium.selectWindow("null");
		selenium.selectFrame("relative=top");
		selenium.open("/web/guest/home/");
		selenium.waitForVisible("link=Polls Display Test Page");
		selenium.clickAt("link=Polls Display Test Page",
			RuntimeVariables.replace("Polls Display Test Page"));
		selenium.waitForPageToLoad("30000");

After Change


			RuntimeVariables.replace("Configuration"));
		selenium.waitForVisible(
			"//iframe[contains(@id,'configurationIframeDialog')]");
		selenium.selectFrame(
			"//iframe[contains(@id,'configurationIframeDialog')]");
		selenium.waitForElementPresent(
			"//script[contains(@src,'/liferay/navigation_interaction.js')]");
		selenium.waitForVisible("//select[@id='_86_questionId']");